.header{}
.header-top{height: 40px;border-bottom: 1px #e7e7e7 solid;}
.header-top-box{height: 100%;}
.header-l{}
.header-l p{color: #818181;}
.header-r{}
.header-r a{color: #818181;}
.header-r a:hover{color: #c61414;}
.header-r span{color: #818181;margin: 0 20px 0 20px;}
.header-logo{
    height: 105px;
}
.header-logo-box{
    height: 100%;
}
.header-logo-l{
    gap: 18px;
    height: 100%;
}
.header-logo-l-pic{
    height: 94px;
}
.header-logo-l-pic img{
    height: 100%;
}
.header-logo-l-text{}
.header-logo-l-text h2{
    color: #0c0c0c;
}
.header-logo-l-text p{
    color: #0c0c0c;
    letter-spacing: 1px;
}
.header-logo-r{
    height: 100%;
}
.header-logo-r-box{
    gap: 13px;
}
.header-logo-r-box-pic{
    width: 30px;
    height: 30px;
    background-color: #c61414;
}
.header-logo-r-box-pic img{}
.header-logo-r-box-info{}
.header-logo-r-box-info p{
    color: #848484;
}
.header-logo-r-box-info h2{
    color: #c61414;
}
.header-nav{
    background-color: #184393;
}
.header-nav-box{
}
.header-nav-box a{
    display: block;
    color: #fff;
    width: 20%;
    text-align: center;
    font-size: 16px;
    padding: 23px 0;
    font-weight: bold;
    transition: all 0.3s;
}
.header-nav-box a:hover{
    background-color: #c61414;
}
.active-nav{
    background-color: #c61414;
}

.flash{}
.flash img{
    width: 100%;
}

.index-pro{
    background-color: #f2f2f2;
    padding: 50px 0 60px 0;
}
.index-pro-box{
    display: flex;
    justify-content: space-between;
}
.index-pro-box-left{
    width: 246px;
}
.index-pro-box-left-title{
    width: 100%;
    height: 75px;
    line-height: 75px;
    background-color: #184393;
    text-indent: 22px;
    position: relative;
}
.index-pro-box-left-title:after{
    display: block;
    content: '';
    width: 14px;
    height: 7px;
    background-image: url("../images/pro-r.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
}
.index-pro-box-left-title h3{
    font-size: 24px;
    color: #fff;
}
.index-pro-box-left-menu{
    padding: 10px 10px 10px 10px;
    background-color: #fff;
}
.index-pro-box-left-menu a{
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    margin: 0 0 2px 0;
    padding: 10px 30px 10px 10px;
    font-size: 15px;
    color: #262626;
    position: relative;
    transition: all 0.5s;
}
.index-pro-box-left-menu a:after{
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #f2f2f2;
    border-radius: 50%;
    background-image: url("../images/left_icon_white.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    transition: all 1s;
}
.index-pro-box-left-menu a:first-child:after{
    #background-image: url("../images/left_icon_blue.png");
}
.index-pro-menu-active{
    background-image: url("../images/left_icon_blue.png");
    color: #184393;
}
.index-pro-box-left-menu a:hover{
    background-color: #184393;
    color: #fff;
}
.index-pro-box-left-menu a:hover:after{
    background-image: url("../images/left_icon_blue.png");
}
.index-pro-box-left-info{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    gap: 10px;
    background-color: #fff;
}
.index-pro-box-left-info-pic{
    width: 30px;
    height: 30px;
}
.index-pro-box-left-info-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index-pro-box-left-info-tel{}
.index-pro-box-left-info-tel h2{
    font-size: 28px;
    color: #c61414;
    font-family: fantasy;
}
.index-pro-box-left-info-tel p{
    font-size: 14px;
    color: #5f5f5f;
}
.index-pro-box-left-info-tel-btn{
    padding: 13px 0 23px 0;
    background-color: #fff;
}
.index-pro-box-left-info-tel-btn a{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #184393;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    transition: all 0.8s;
}
.index-pro-box-left-info-tel-btn a:hover{
    background-color: #c61414;
}
.index-pro-box-right{
    width: 932px;
}
.index-pro-box-right-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 13px 0 13px 0;
}
.index-pro-box-right-header p{
    font-size: 20px;
    color: #262626;
    font-weight: bold;
}
.index-pro-box-right-header a{
    font-size: 14px;
    color: #929292;
}
.index-pro-box-right-header:before{
    display: block;
    content: '';
    width: 17%;
    height: 3px;
    background-color: #0059bc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-pro-box-right-header:after{
    display: block;
    content: '';
    width: 83%;
    height: 3px;
    background-color: #022a5d;
    position: absolute;
    bottom: 0;
    right: 0;
}
.index-pro-box-right-header a:hover{
    color: #0059bc;
}
.index-pro-box-right-list{
    display: flex;
    flex-wrap: wrap;
    clear: both;
    padding: 12px 0 0 0;
    flex-direction: row;
}
.empty-pro{}
.empty-pro img{}
.empty-pro p{}
.index-pro-box-right-list a{
    display: block;
    width: 221.75px;
    background-color: #fff;
    float: left;
    margin: 0 15px 15px 0;
}
.index-pro-box-right-list a:nth-child(4n){
    margin-right: 0;
}
.index-pro-box-right-list-pic{
    width: 100%;
    height: 177px;
    overflow: hidden;
}
.index-pro-box-right-list-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.index-pro-box-right-list a p{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #262626;
    transition: all 0.8s;
}
.index-pro-box-right-list a:hover{}
.index-pro-box-right-list a:hover .index-pro-box-right-list-pic {
    border: 2px #184393 solid;
}
.index-pro-box-right-list a:hover p{
    background-color: #184393;
    color: #fff;
}

.index-why{
    width: 100%;
    height: 775px;
    background-image: url("../images/why_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.index-why-box{}
.index-why-title{
    text-align: center;
    margin: 80px 0 0 0;
}
.index-why-title h3{
    font-size: 72px;
    color: rgba(237,237,237,0.2);
    font-family: fantasy;
}
.index-why-title h4{
    font-size: 40px;
    color: #fff;
    margin: -49px 0 0 0;
}
.index-why-title p{
    font-size: 16px;
    color: #fff;
}
.index-why-desc{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.index-why-desc-left{
}

.index-why-desc-left .index-why-desc-left-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.index-why-desc-left .index-why-desc-left-item .index-why-desc-left-item-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    height: 99px;
    background-color: #fff;
    border-radius: 50%;
}
.index-why-desc-left .index-why-desc-left-item .index-why-desc-left-item-pic img{}
.index-why-desc-left .index-why-desc-left-item .index-why-desc-left-item-text{
    width: 300px;
    text-align: left;
}
.index-why-desc-left .index-why-desc-left-item .index-why-desc-left-item-text h3{
    font-size: 32px;
    color: #fff;
}
.index-why-desc-left .index-why-desc-left-item .index-why-desc-left-item-text p{
    font-size: 16px;
    color: #fff;
}

.index-why-desc-left .index-why-desc-left-item:first-child{
    margin: 40px 0 0 0;
}
.index-why-desc-left .index-why-desc-left-item:first-child .index-why-desc-left-item-pic{}
.index-why-desc-left .index-why-desc-left-item:first-child .index-why-desc-left-item-pic img{}
.index-why-desc-left .index-why-desc-left-item:first-child .index-why-desc-left-item-text{}
.index-why-desc-left .index-why-desc-left-item:first-child .index-why-desc-left-item-text h3{}
.index-why-desc-left .index-why-desc-left-item:first-child .index-why-desc-left-item-text p{}

.index-why-desc-left .index-why-desc-left-item:last-child{
    margin: 130px 0 0 0;
}
.index-why-desc-left .index-why-desc-left-item:last-child .index-why-desc-left-item-pic{}
.index-why-desc-left .index-why-desc-left-item:last-child .index-why-desc-left-item-pic img{}
.index-why-desc-left .index-why-desc-left-item:last-child .index-why-desc-left-item-text{}
.index-why-desc-left .index-why-desc-left-item:last-child .index-why-desc-left-item-text h3{}
.index-why-desc-left .index-why-desc-left-item:last-child .index-why-desc-left-item-text p{}

.index-why-desc-center{
    width: 329px;
    height: 436px;
    border-radius: 10px;
    overflow: hidden;
}
.index-why-desc-center img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index-why-desc-right{
}

.index-why-desc-right .index-why-desc-right-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.index-why-desc-right .index-why-desc-right-item .index-why-desc-right-item-pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    height: 99px;
    background-color: #fff;
    border-radius: 50%;
}
.index-why-desc-right .index-why-desc-right-item .index-why-desc-right-item-pic img{}
.index-why-desc-right .index-why-desc-right-item .index-why-desc-right-item-text{
    width: 300px;
    text-align: right;
}
.index-why-desc-right .index-why-desc-right-item .index-why-desc-right-item-text h3{
    font-size: 32px;
    color: #fff;
}
.index-why-desc-right .index-why-desc-right-item .index-why-desc-right-item-text p{
    font-size: 16px;
    color: #fff;
}

.index-why-desc-right .index-why-desc-right-item:first-child{
    margin: 40px 0 0 0;
}
.index-why-desc-right .index-why-desc-right-item:first-child .index-why-desc-right-item-pic{}
.index-why-desc-right .index-why-desc-right-item:first-child .index-why-desc-right-item-pic img{}
.index-why-desc-right .index-why-desc-right-item:first-child .index-why-desc-right-item-text{}
.index-why-desc-right .index-why-desc-right-item:first-child .index-why-desc-right-item-text h3{}
.index-why-desc-right .index-why-desc-right-item:first-child .index-why-desc-right-item-text p{}

.index-why-desc-right .index-why-desc-right-item:last-child{
    margin: 130px 0 0 0;
}
.index-why-desc-right .index-why-desc-right-item:last-child .index-why-desc-right-item-pic{}
.index-why-desc-right .index-why-desc-right-item:last-child .index-why-desc-right-item-pic img{}
.index-why-desc-right .index-why-desc-right-item:last-child .index-why-desc-right-item-text{}
.index-why-desc-right .index-why-desc-right-item:last-child .index-why-desc-right-item-text h3{}
.index-why-desc-right .index-why-desc-right-item:last-child .index-why-desc-right-item-text p{}

.index-why-desc-tel{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}
.index-why-desc-tel span{
    font-size: 18px;
}
.index-why-desc-tel span:first-child{
    color: #fff;
}
.index-why-desc-tel span:last-child{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.index-case{}
.index-case-box{}
.index-case-title{
    text-align: center;
    padding: 60px 0 30px 0;
}
.index-case-title h3{
    font-size: 48px;
    color: #ececec;
    text-transform: uppercase;
    font-family: fantasy;
}
.index-case-title h4{
    font-size: 28px;
    color: #232323;
    margin: -30px 0 0 0;
}
.index-case-title h4 span{
    color: #0059bc;
}
.index-case-title p{
    font-size: 16px;
    color: #868686;
}
.index-case-list{
    display: flex;
    flex-wrap: wrap;
    clear: both;
    background-color: transparent;
}
.index-case-list a{
    display: block;
    width: 283px;
    background-color: #fff;
    float: left;
    margin: 0 22.5px 0 0;
    position: relative;
}
.index-case-list a:nth-child(4n) {
    margin-right: 0;
}
.index-case-list a .index-case-list-pic{
    width: 283px;
    height: 213px;
}
.index-case-list a .index-case-list-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-case-list a .index-case-list-text{
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #202020;
}
.index-case-list a .index-case-list-flow{
    opacity: 0;
    width: 100%;
    height: 118px;
    position: absolute;
    background-color: rgba(24,67,147,0.9);
    bottom: 0;
    transition: all 0.8s;
}
.index-case-list a .index-case-list-flow label{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 23px 0 0 0;
}
.index-case-list a .index-case-list-flow .index-case-list-flow-href{
    display: block;
    width: 112px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #555555;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    margin: 18px auto;
}
.index-case-list a:hover .index-case-list-flow{
    opacity: 1;
}
.index-case-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0 90px 0;
    gap: 20px;
}

.index-case-btn a{
    width: 186px;
    clear: both;
}
.index-case-btn a p{
    float: left;
}
.index-case-btn a p:first-child{
    width: 138px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.index-case-btn a p:last-child{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.index-case-btn a:first-child{}
.index-case-btn a:first-child p{}
.index-case-btn a:first-child p:first-child{
    background-color: #0050a5;
    color: #fff;
    font-size: 16px;
    transition: all 1s;
}
.index-case-btn a:first-child:hover p:first-child{
    background-color: #004894;
}
.index-case-btn a:first-child p:last-child{
    background-color: #004894;
    color: #fff;
    font-size: 16px;
}

.index-case-btn a:last-child{}
.index-case-btn a:last-child p{}
.index-case-btn a:last-child p:first-child{
    background-color: #6c6c6c;
    color: #fff;
    font-size: 16px;
    transition: all 1s;
}
.index-case-btn a:last-child:hover p:first-child{
    background-color: #616161;
}
.index-case-btn a:last-child p:last-child{
    background-color: #616161;
    color: #fff;
    font-size: 16px;
}

.index-about{
    width: 100%;
    height: 684px;
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.index-about-box{
    position: relative;
}
.index-about-box-header{
    display: flex;
    justify-content: space-between;
    margin: 130px 0 0 0;
}
.index-about-box-header-left{
    width: 600px;
}
.index-about-box-header-left h3{
    font-size: 24px;
    color: #2c2c2c;
}
.index-about-box-header-left h4{
    font-size: 36px;
    color: #0050a5;
    margin: 10px 0 0 0;
}
.index-about-box-header-left .index-about-box-header-content{
    font-size: 16px;
    color: #303030;
    width: 568px;
    margin: 40px 0 0 0;
}
.index-about-box-header-left .index-about-box-header-more{
    display: block;
    clear: both;
    margin: 50px 0 0 0;
}
.index-about-box-header-left .index-about-box-header-more p{
    float: left;
}
.index-about-box-header-left .index-about-box-header-more p:first-child{
    background-color: #0050a5;
    color: #fff;
    font-size: 14px;
    width: 138px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: all 0.8s;
}
.index-about-box-header-left .index-about-box-header-more:hover p:first-child{
    background-color: #004894;
}
.index-about-box-header-left .index-about-box-header-more p:last-child{
    background-color: #004894;
    color: #fff;
    font-size: 14px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.index-about-box-header-right{
    width: 600px;
    position: relative;
}
.index-about-box-header-right .index-about-box-header-right-pic{
    width: 597px;
    height: 418px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.index-about-box-header-right .index-about-box-header-right-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-about-box-header-right .index-about-box-header-right-line{
    width: 326px;
    height: 13px;
    background-color: #0059bc;
    position: absolute;
    right: 0;
}

.index-about-footer{
    display: flex;
    gap: 3px;
    position: absolute;
    bottom: -65px;
}
.index-about-footer a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 265px;
    height: 130px;
    background-color: #fff;
    transition: all 0.8s;
}

.index-about-footer a .index-about-footer-pic{}
.index-about-footer a .index-about-footer-pic img{}
.index-about-footer a .index-about-footer-text{}
.index-about-footer a .index-about-footer-text h3{
    font-size: 22px;
    color: #303030;
}
.index-about-footer a .index-about-footer-text p{
    font-size: 12px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.index-about-footer a:hover .index-about-footer-text h3{
    color: #0059bc;
}

.index-about-footer a:nth-child(1) .index-about-footer-pic{}
.index-about-footer a:nth-child(1) .index-about-footer-pic img{}
.index-about-footer a:nth-child(1) .index-about-footer-text{}
.index-about-footer a:nth-child(1) .index-about-footer-text h3{}
.index-about-footer a:nth-child(1) .index-about-footer-text p{}

.index-about-footer a:nth-child(2) .index-about-footer-pic{}
.index-about-footer a:nth-child(2) .index-about-footer-pic img{}
.index-about-footer a:nth-child(2) .index-about-footer-text{}
.index-about-footer a:nth-child(2) .index-about-footer-text h3{}
.index-about-footer a:nth-child(2) .index-about-footer-text p{}

.index-about-footer a:nth-child(3) .index-about-footer-pic{}
.index-about-footer a:nth-child(3) .index-about-footer-pic img{}
.index-about-footer a:nth-child(3) .index-about-footer-text{}
.index-about-footer a:nth-child(3) .index-about-footer-text h3{}
.index-about-footer a:nth-child(3) .index-about-footer-text p{}

.index-adv01{
    width: 100%;
    height: 178px;
    background-image: url("../images/adv01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.index-adv01-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.index-adv01-box-left{}
.index-adv01-box-left-title{
    display: flex;
    gap: 10px;
}
.index-adv01-box-left-title h3{font-size: 30px;color: #fff;}
.index-adv01-box-left-title img{}
.index-adv01-box-left p{
    font-size: 22px;
    color: #fff;
    margin: 10px 0 0 0;
}
.index-adv01-box-tel{
    display: flex;
    align-items: center;
    gap: 8px;
}
.index-adv01-box-tel-pic{}
.index-adv01-box-tel-pic img{}
.index-adv01-box-tel-tel{}
.index-adv01-box-tel-tel p{
    font-size: 14px;
    color: #fff;
}
.index-adv01-box-tel-tel h3{
    font-size: 24px;
    color: #fff;
}
.index-adv01-box-link{
    font-size: 14px;
    color: #fff;
    width: 161px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px #688eba solid;
    border-radius: 8px;
    transition: all 0.8s;
}
.index-adv01-box-link:hover{
    background-color: #688eba;
}


.index-news{}
.index-news-box{}
.index-news-list{
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.index-news-list-left{}
.index-news-list-left a{
    display: block;
    border: 1px #e5e5e5 solid;
}

.index-news-list-left a .index-news-list-left-header{
    width: 385px;
    height: 113px;
    padding: 30px 60px 30px 30px;
    background-color: #e5e5e5;
    transition: all 0.8s;
}
.index-news-list-left a .index-news-list-left-header h3{
    font-size: 20px;
    color: #494949;
}
.index-news-list-left a .index-news-list-left-header p{
    font-size: 14px;
    color: #a3a3a3;
    margin: 12px 0 0 0;
}
.index-news-list-left a .index-news-list-left-pic{
    width: 385px;
    height: 257px;
    overflow: hidden;
}
.index-news-list-left a .index-news-list-left-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news-list-left a:hover{
    border: 1px #184393 solid;
}
.index-news-list-left a:hover .index-news-list-left-header{
    background-color: #184393;
}
.index-news-list-left a:hover .index-news-list-left-header h3{
    color: #fff;
}
.index-news-list-left a:hover .index-news-list-left-header p{
    color: #fff;
}
.index-news-right{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.index-news-right a{
    display: flex;
    float: left;
    margin: 0 10px 12px 0;
    border: 1px #e5e5e5 solid;
}
.index-news-right a:nth-child(2n){
    margin-right: 0;
}
.index-news-right a:nth-child(5){
    margin: 0 9px 0 0;
}
.index-news-right a:nth-child(6){
    margin: 0 0 0 0;
}
.index-news-right a .index-news-right-date{
    width: 90px;
    height: 113px;
    background-color: #e5e5e5;
    padding: 30px 10px 30px 10px;
    text-align: center;
    transition: all 0.8s;
}
.index-news-right a .index-news-right-date h3{
    font-size: 24px;
    color: #6e6e6e;
    transition: all 0.8s;
}
.index-news-right a .index-news-right-date p{
    font-size: 14px;
    color: #6e6e6e;
    transition: all 0.8s;
}
.index-news-right a .index-news-right-info{
    width: 303px;
    height: 113px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}
.index-news-right a .index-news-right-info h3{
    font-size: 18px;
    color: #494949;
    transition: all 0.8s;
}
.index-news-right a .index-news-right-info p{
    font-size: 14px;
    color: #a3a3a3;
    margin: 15px 0 0 0;
    transition: all 0.8s;
}
.index-news-right a:hover{
    border: 1px #184393 solid;
}
.index-news-right a:hover .index-news-right-date{
    background-color: #184393;
}
.index-news-right a:hover .index-news-right-date h3{
    color: #fff;
}
.index-news-right a:hover .index-news-right-date p{
    color: #fff;
}
.index-news-right a:hover .index-news-right-info h3{
    color: #184393;
}
.index-news-right a:hover .index-news-right-info p{
    color: #333;
}

.index-adv02{
    height: 134px;
    background-color: #f5f5f5;
}
.index-adv02-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.index-adv02-item{
    display: flex;
    align-items: center;
    gap: 15px;
}
.index-adv02-item-pic{}
.index-adv02-item-pic img{}
.index-adv02-item-text{}
.index-adv02-item-text h3{
    font-size: 24px;
    color: #1e1e1e;
    font-weight: normal;
}
.index-adv02-item-text p{
    font-size: 14px;
    color: #1e1e1e;
    margin: 6px 0 0 0;
}

.footer{
    background-color: #033c84;
}
.footer-header{
    border-bottom: 1px #35639d solid;
}
.footer-header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 145px;
}
.footer-header-box-left{
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-header-box-left img:first-child{}
.footer-header-box-left img:last-child{}
.footer-header-box-right{
}
.footer-header-box-right-link{
    display: flex;
    gap: 10px;
}
.footer-header-box-right-link h2{
    font-size: 30px;
    color: #fff;
}
.footer-header-box-right-pic{
    width: 36px;
    height: 36px;
    overflow: hidden;
}
.footer-header-box-right-pic img{
    width: 36px;
    height: 36px;
}
.footer-header-box-right p{
    font-size: 14px;
    color: #5e78a9;
    margin: 23px 0 0 0;
}
.footer-center{}
.footer-center-box{
    display: flex;
    justify-content: space-between;
    padding: 45px 0 45px 0;
}
.footer-center-box-left{
    display: flex;
    gap: 40px;
}
.footer-center-box-left-pic{
    width: 159px;
    height: 159px;
    border: 10px #1e53b6 solid;
}
.footer-center-box-left-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-center-box-left-link-info{}
.footer-center-box-left-link-info h2{
    font-size: 24px;
    color: #fff;
}
.footer-center-box-left-link-info p{
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 0;
}
.footer-center-box-left-link-info p:nth-child(1){}
.footer-center-box-left-link-info p:nth-child(2){
    margin: 35px 0 0 0;
}
.footer-center-box-left-link-info p:nth-child(3){}
.footer-center-box-right{
    width: 495px;
    height: 215px;
    background-color: #fff;
}
.footer-copy{
    background-color: #001a53;
}
.footer-copy-box{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.footer-copy-box p{
    font-size: 14px;
    color: #5e78a9;
}
.footer-copy-box p a{
    font-size: 14px;
    color: #5e78a9;
}
.inner{
    width: 100%;
    height: 300px;
    position: relative;
}
.inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-desc{
}
.inner-desc-box{position: absolute;z-index: 1;top: 20%;left: 20%;padding: 25px 15px 25px 15px;}
.inner-desc-box h2{
    font-size: 38px;
    color: #fff;
}
.inner-desc-box p{
    font-size: 20px;
    color: #fff;
    margin: 10px 0 0 0;
}
.single{
    background-color: #fff;
    padding: 20px 20px 120px 20px;
}

.article-list{
    padding: 60px 0 0 0;
}
.article-list a{
    margin: 0 22.5px 22.5px 0;
}

.news-right{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 60px 0 60px 0;
}
.news-right a{
    display: flex;
    float: left;
    margin: 0 10px 12px 0;
    border: 1px #e5e5e5 solid;
}
.news-right a:nth-child(2n){
    margin-right: 0;
}
.news-right a .news-right-date{
    width: 91px;
    height: 113px;
    background-color: #e5e5e5;
    padding: 30px 10px 30px 10px;
    text-align: center;
    transition: all 0.8s;
}
.news-right a .news-right-date h3{
    font-size: 24px;
    color: #6e6e6e;
    transition: all 0.8s;
}
.news-right a .news-right-date p{
    font-size: 14px;
    color: #6e6e6e;
    transition: all 0.8s;
}
.news-right a .news-right-info{
    width: 502px;
    height: 113px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}
.news-right a .news-right-info h3{
    font-size: 18px;
    color: #494949;
    transition: all 0.8s;
}
.news-right a .news-right-info p{
    font-size: 14px;
    color: #a3a3a3;
    margin: 15px 0 0 0;
    transition: all 0.8s;
}
.news-right a:hover{
    border: 1px #184393 solid;
}
.news-right a:hover .news-right-date{
    background-color: #184393;
}
.news-right a:hover .news-right-date h3{
    color: #fff;
}
.news-right a:hover .news-right-date p{
    color: #fff;
}
.news-right a:hover .news-right-info h3{
    color: #184393;
}
.news-right a:hover .news-right-info p{
    color: #333;
}
.contact{
    background-color: #fff;
    padding: 25px 25px 25px 25px;
}
.contact-info{}
.articleinfo{}
.articleinfo-pic{
    overflow: hidden;
}
.articleinfo-pic img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.articleinfo h2{
    margin: 20px 0 20px 0;
    background-color: #184393;
    color: #fff;
    font-size: 18px;
    padding: 15px 0 15px 0;
    text-align: center;
}
.no-goods{
    width: 100%;
    text-align: center;
    padding: 30px 30px 30px 30px;
}
.no-goods p{
    font-size: 16px;
    color: #333;
}
#honor a .index-case-list-pic img{
    object-fit: contain;
}
.css-crumbs{
    background-color: #e2e2e2;
    padding: 23px 0;
}
.css-crumbs-box{}
.css-crumbs-box span{
    font-size: 14px;
    color: #282828;
}
.inner-single{
    background-color: #f2f2f2;
    padding: 40px 0 70px 0;
}
.inner-single-box{
    background-color: #fff;
    padding: 50px 45px 70px 45px;
}
.inner-single-content{
    font-size: 16px;
    color: #2b2b2b;
    text-align: justify;
}
.inner-single-pic{
    display: flex;
    justify-content: space-between;
    height: 443px;
}
.inner-single-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-single-pic img:first-child{
    width: 633px;
}
.inner-single-pic img:last-child{
    width: 462px;
}
.inner-pro{
    background-color: #f2f2f2;
}
#inner-pro-right{}
#inner-pro-right .index-pro-box-right-list{
    padding: 0;
}
#inner-pro-right .index-pro-box-right-list a{
    display: block;
    width: 300px;
    background-color: #fff;
    float: left;
    margin: 0 15px 15px 0;
}
#inner-pro-right .index-pro-box-right-list a:nth-child(4n){
}
#inner-pro-right .index-pro-box-right-list a:nth-child(3n){
    margin-right: 0;
}
#inner-pro-right .index-pro-box-right-list .index-pro-box-right-list-pic{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#inner-pro-right .index-pro-box-right-list a p{
    height: 50px;
    line-height: 50px;
}

#inner-pro-right-detail{
    background-color: #fff;
}
#inner-pro-right-detail .index-pro-box-right-list{

    padding: 30px 25px 30px 25px;
}
.pro-detail{

}
.pro-detail-header{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.pro-detail-left{
    width: 400px;
    height: 310px;
}
.pro-detail-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-detail-right{
    width: 415px;
}
.pro-detail-desc{}
.pro-detail-desc h2{
    font-size: 20px;
    color: #282828;
    padding: 20px 0 20px 0;
}
.pro-detail-desc .pro-detail-desc-item{
    font-size: 14px;
    color: #767676;
    padding: 0 0 15px 0;
}
.pro-detail-desc .pro-detail-desc-item p{
    padding: 0 0 10px 0;
}
.pro-detail-desc .pro-detail-desc-item p span{}
.pro-detail-tel{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 30px 0;
}
.pro-detail-tel-pic{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
}
.pro-detail-tel-pic img{}
.pro-detail-tel-info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 210px;
}
.pro-detail-tel-info p{
    font-size: 14px;
    color: #767676;
}
.pro-detail-tel-info h3{
    font-size: 30px;
    color: #184393;
}
.pro-detail-btn{}
.pro-detail-btn a{
    display: block;
    width: 191px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #184393;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
}
.pro-detail-more{
    padding: 20px 0 0 0;
}
.pro-detail-title{
    position: relative;
}
.pro-detail-title:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}
.pro-detail-title h2{
    font-size: 18px;
    color: #282828;
    padding: 15px 0 15px 0;
}
.pro-detail-desc-content{
    padding: 15px 0 15px 0;
}
#inner-pro-detail-right{}
#inner-pro-detail-right .index-pro-box-right-list{
    padding: 0;
}
#inner-pro-detail-right .index-pro-box-right-list a{
    display: block;
    width: 284px;
    background-color: #fff;
    float: left;
    margin: 0 15px 15px 0;
}
#inner-pro-detail-right .index-pro-box-right-list a:nth-child(4n){
    margin-right: auto;
}
#inner-pro-detail-right .index-pro-box-right-list a:nth-child(3n){
    margin-right: 0;
}
#inner-pro-detail-right .index-pro-box-right-list .index-pro-box-right-list-pic{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#inner-pro-detail-right .index-pro-box-right-list a p{
    height: 50px;
    line-height: 50px;
}

#inner-pro-detail-right{
    background-color: #fff;
}
#inner-pro-detail-right .index-pro-box-right-list{

    padding: 30px 0 0 0;
}
.case-list{
    background-color: #f2f2f2;
}
.case-list-box{}
.case-list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 50px 0 0 0;
    gap: 25px;
}
.case-list-item a{
    display: block;
    width: 383px;
    background-color: #fff;
}
.case-list-item a:nth-child(3n){
    margin-right: 0;
}
.case-list-pic{
    width: 100%;
    height: 285px;
}
.case-list-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-list-item a p{
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    transition: all 0.8s;
}
.case-list-item a:hover{
    border: 1px #184393 solid;
}
.case-list-item a:hover p{
    background-color: #184393;
    color: #fff;
}
.article-detail{
    width: 100%;
}
.article-detail h2{
    font-size: 30px;
    color: #262626;
    font-weight: normal;
    text-align: center;
    padding: 40px 0 20px 0;
}
.article-detail-info{
    font-size: 16px;
    color: #9b9b9b;
    text-align: center;
    border-bottom: 1px #eeeeee solid;
    padding: 0 0 15px 0;
}
.article-detail-pic{
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-detail-pic{
    padding: 30px 0 30px 0;
}
.article-detail-pic img{
    max-width: 100%;
}
.article-detail-desc{
    font-size: 16px;
    color: #2b2b2b;
    text-align: justify;
    border-bottom: 1px #eeeeee solid;
}
.contact-box{
    padding: 50px 0 50px 0;
}
.contact-box-header{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 396px;
}
.contact-box-header-left{
    width: 50%;
    padding: 0 50px 0 45px;
}
.contact-box-header-left-item{}
.contact-box-header-left-item h2{
    font-size: 24px;
    color: #2e2e2e;
    padding: 6px 0 6px 0;
}
.contact-box-header-left-item-en-title{
    font-size: 12px;
    color: #9a9a9a;
    padding: 0 0 20px 0;
}
.contact-box-header-left-item-line{}
.contact-box-header-left-item-tel{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 0 0;
}
.contact-box-header-left-item-tel-info{}
.contact-box-header-left-item-tel-info-left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-box-header-left-item-tel-info-left-pic{
    width: 46px;
    height: 46px;
}
.contact-box-header-left-item-tel-info-left-pic img{}
.contact-box-header-left-item-tel-info-right{}
.contact-box-header-left-item-tel-info-right p{
    font-size: 14px;
    color: #8b8b8b;
}
.contact-box-header-left-item-tel-info-right h3{}
.contact-box-header-left-item-tel-info-right h3{
    font-size: 26px;
    color: #184393;
}
.contact-box-header-left-item-tel-info-list{
    font-size: 16px;
    color: #232323;
    padding: 34px 0 0 0;
}
.contact-box-header-left-item-tel-info-list p{
    padding: 15px 0 0 0;
}
.contact-box-header-left-item-wx{
    width: 160px;
    height: 160px;
    padding: 10px;
    border: 1px #e5e5e5 solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box-header-left-item-wx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-box-header-right{
    width: 50%;
    height: 100%;
    background-color: #184393;
    padding: 30px;
}
.contact-box-header-right form{}
#formData{}
.mes-form{}
.mes-form h2{
    font-size: 18px;
    color: #fff;
}
.contact-box-header-right-form{
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}
.contact-box-header-right-form input{
    width: 260px;
    height: 40px;
    border-radius: 60px;
    background-color: #4265a6;
    border: 1px #4265a6 solid;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 10px;
}
.contact-box-header-right-form input:focus{
    outline: none;
    border: 3px #fff solid;
}
.contact-box-header-right-form input::placeholder{
    color: #fff;
}
.contact-box-header-right-form input[type='button']{
    width: 100%;
    background-color: #fff;
    color: #0084f3;
    height: 50px;
    transition: all 0.8s;
}
.contact-box-header-right-form input[type='button']:hover{
    background-color: #0085f2;
    color: #fff;
}
.contact-box-header-right-form textarea{
    width: 260px;
    height: 100px;
    border-radius: 6px;
    background-color: #4265a6;
    border: 1px #4265a6 solid;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    font-family: none;
    padding: 10px 0 0 10px;
}
.contact-box-header-right-form textarea::placeholder{
    color: #fff;
}
.contact-box-header-right-form textarea:focus{
    outline: none;
    border: 3px #fff solid;
}
.contact-box-header-right-form-verify-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-box-header-right-form-verify{
    width: 260px;
}
.contact-box-header-right-form-verify input{}
.contact-box-header-right-form-verify img{
    width: 250px;
    height: 40px;
    border-radius: 30px;
    margin: 20px 0 0 0;
}
.contact-box-map{
    width: 100%;
    height: 528px;
    background-color: #fff;
    margin: 30px 0 60px 0;
}
#mapContent{
    width: 100%;
    height: 100%;
    border: 20px #184393 solid;
}